are transparent))

Dieser Inhalt ist eingeschränkt, wir empfehlen dir folgende Inhalte
IPAdapter Advanced Dressing

3.5

(0607)MinorFix Background will be better in Magmix10 This workflow uses the SD 1.5 IPAdapter and OpenPose for the character pose. It requires the latest version of the IPAdapter Node and uses new weights "weak input" to keep most of the clothes' appearance (looks better than the ootd node in some situation). If you want to reproduce the results like the example picture, you can get the model you like from Civitai, provide the character pose reference, face image, clothes, and background to complete it in this workflow. The webp picture provided in Asset shows the effect of the reference picture under each type of weight. WD14 About editing WD14 tags. In FinalPrompt, if you see an unwanted label, you can add it to the blue grid (Unwanted) and add the required label to the red grid. Some users cannot use WD14, so they can bypass the WD14 node and enter prompt words that match their clothes and background in the red box. WD14 is not a necessary condition for the process, it just helps you with the prompt words, but there are often detection errors. Entering the prompts yourself can sometimes produce better results. == 这个工作流使用了SD1.5的IPAdapter与Openpose达成基本换衣的效果。它使用了IPAdapter的权重 "weak input"用以尽量维持衣服的外观 (某些情况下它比OOTD还要好,特别是在人物姿势与衣服完全不同的时候). 如果你想产生像是范例那样的结果,你可以从Civitai取得模型,提供背景、人物动作、衣服、支持上身与下身的衣服,以及背景。 WebP档案呈现IPAdapter在各种权重下,衣服的表现。 关于编辑WD14的标签。 在FinalPrompt中,若看到不要的标签可以将它加入蓝色的格位排除(Unwanted),并在红色的格位加入需要的标签。 有些使用者无法使用WD14,可将WD14节点bypass掉,并自己在红色格中,输入符合衣服与背景的提示词。 WD14并非流程的必要条件,只是协助你进行提示词,但常有侦测错误,自己输入提示有时候会有比较好的结果。 目前这个工作流无法呈现衣服的细节,但AI换衣的理想是在哪种人物姿势下都能够穿上相对应的衣服,这个做法只是让它比较像一些而已。
Ashen
Flux 📌 Face + Upscale by  🚩

2.0

# Flux 📌 Face + Upscale by 🚩 Introduction to Workflow Flux 📌 Face + Upscale by 🚩 It is a consistent magnification workflow developed by Soil Sight Studio, mainly used for image processing and generation, particularly performing well in facial extraction and image super-resolution. ##1、 Model correlation 1. Rich types of models: Workflow involves multiple models, including Unet model, Clip encoder, VAE, etc. These models each undertake different functions, such as the Unet model for core image processing, Clip encoder for text image association, and VAE for image encoding and decoding. 2. Model source and placement: The model is mainly sourced from platforms such as Civitai and Hugging Face, and has clear placement path guidance. For example, the Flux Dev Q5 GGUF model is placed in the models/unet/directory, while the clip_1 model is placed in the models/clip/directory. At the same time, detailed download links are provided to facilitate users in obtaining and configuring the required models. ##2、 Workflow Process 1. * * Image Input and Preprocessing * *: Firstly, the image is loaded through the LoadImage node, and then the AutoDropFaces node may be used for face extraction, automatically detecting and cropping facial regions in the image to prepare for subsequent processing. Image scaling operations can also be performed, such as the ImageScaleToMegapixels node, which can scale the image at a specified magnification. 2. Model loading and setting: Load Unet model, VAE model, Clip model, etc. separately, and set and obtain the model and related parameters through SetNode and GetNode nodes. For example, loading the Unet model through the UNETLoader node, loading the VAE model through the VAELoader node, and loading the Clip model through the DualCLIPLOADer node. 3. Image Generation and Processing: Using the KSampler node for image sampling, generate new images based on the input model, positive conditions, negative conditions, and Latent images. The ControlNetApply Advanced node applies the ControlNet model to further control and optimize the image, adjusting the generation effect of the image by setting different parameters. 4. * * Post processing and output * *: The generated image can be previewed through the PreviewiImage node or saved locally using the SaveImage node. During this process, some post-processing operations can also be performed, such as the PlaySound | pysssss node playing specified sound prompts when image generation is complete. ##3、 Copyright Notice This workflow is independently developed by SoilSighStudio and is not for sale. Copyright✦ SoilSighStudio ✦
SoilSighStudio
Easy Flux Inpaint (Florence, SAM2 & SEGS Detailer)

--

Index 0 Error: A couple of people have experienced an error "There's nothing in Index 0" and I had it happen to me today. Has the Florence Large model selected, worked fine for Inpainting an image, I then swapped to a different image and that's when the error happened. Changed the model to base, went through fine. Tried some other versions of Florence and the error came back. Changed image and went back to Large and no error. Seems like some versions of Florence are failing to pick up the prompt for what needs to be masked and giving empty data to the co-ordinates node, hence the error. So if you do get it, try base which seems to be the least affected by it, or try changing your mask prompt. Worst case scenario if none of that works is to switch to manual mask and try auto again with the next image you want to Inpaint. Update 4: Added an invert Mask node. If you put person into the Florence prompt for the auto masking and enable the invert mask node, you can use it to Inpaint the background. Update 3: Added a couple of LoRAModelLoaderOnly nodes. Update 2: Added the ModelSamplingFlux node, not quite sure how I missed that. In addition, swapped out the Load and Resize Image node for a standard load image node and also added an image switch node to the Manual mask group. A couple of times I switched to that but forgot to add the picture to the load image in the Florence group, so the result was not what I expected. Seemed silly having to load the same image twice, so I've put that with the switch to swap masks. Have both set to true if you're using Florence and SAM2 for auto masking, false if you need to mask something by hand.
Ashen